Method Query<TProps>(IRedbUser)

Assembly: redb.Core.dll

Create type-safe query by type with specified user (synchronous).

public IRedbQueryable<TProps> Query<TProps>(IRedbUser user) where TProps : class, new()